isCombinable

abstract fun isCombinable(blocks: List<DesignBlock>): Boolean

Checks whether blocks could be combined.

Only graphics blocks and text blocks can be combined. All blocks must have the "lifecycle/duplicate" scope enabled.

Return

whether the blocks can be combined or an error.

Parameters

blocks

blocks for which the confirm combinability.